Accepts a connection from a specific host.
acceptMode - Variable in class java.util.regex.Matcher
ACCESS_EXECUTE - Static variable in class java.io.FileSystem
ACCESS_MODIFIERS - Static variable in class java.lang.reflect.Modifier
ACCESS_READ - Static variable in class java.io.FileSystem
ACCESS_WRITE - Static variable in class java.io.FileSystem
accessCheckedHandlers() - Method in class java.util.logging.Logger
AccessibleObject - Class in java.lang.reflect
The AccessibleObject class is the base class for Field, Method and
Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
accessOrder - Variable in class java.util.LinkedHashMap
The iteration ordering method for this linked hash map: true
for access-order, false for insertion-order.
accumulateAndGet(int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
accumulateAndGet(int, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
accumulateAndGet(T, int, IntBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
accumulateAndGet(long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
accumulateAndGet(int, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
accumulateAndGet(T, long, LongBinaryOperator) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
accumulateAndGet(V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReference
Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.
accumulateAndGet(int, E, BinaryOperator<E>) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Atomically updates the element at index i with the
results of applying the given function to the current and
given values, returning the updated value.
accumulateAndGet(T, V, BinaryOperator<V>) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of a value; the returned angle is in the
range 0.0 through pi.
acquire(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, ignoring interrupts.
acquire() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is
available, or the thread is
interrupted.
acquire(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore,
blocking until all are available,
or the thread is
interrupted.
acquireFD() - Method in class java.net.AbstractPlainSocketImpl
acquireInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive mode, aborting if interrupted.
acquireQueued(AbstractQueuedLongSynchronizer.Node, long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in exclusive uninterruptible mode for thread already in
queue.
acquireQueued(AbstractQueuedSynchronizer.Node, int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in exclusive uninterruptible mode for thread already in
queue.
acquireShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, ignoring interrupts.
acquireSharedInterruptibly(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireSharedInterruptibly(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
Acquires in shared mode, aborting if interrupted.
acquireUninterruptibly() - Method in class java.util.concurrent.Semaphore
Acquires a permit from this semaphore, blocking until one is
available.
acquireUninterruptibly(int) - Method in class java.util.concurrent.Semaphore
Acquires the given number of permits from this semaphore,
blocking until all are available.
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachEntryTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachKeyTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachMappingTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedEntryTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedKeyTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedMappingTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachTransformedValueTask
action - Variable in class java.util.concurrent.ConcurrentHashMap.ForEachValueTask
activeCount() - Static method in class java.lang.Thread
Returns an estimate of the number of active threads in the current
thread's
thread group and its
subgroups.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread
group and its subgroups.
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this
thread group and its subgroups.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating
the common era (Anno Domini), also known as CE.
add(String) - Static method in class java.io.DeleteOnExitHook
add(Permission) - Method in class java.io.FilePermissionCollection
Adds a permission to the FilePermissionCollection.
add(Thread) - Static method in class java.lang.ApplicationShutdownHooks
add(Method) - Method in class java.lang.Class.MethodArray
add(int, boolean, Runnable) - Static method in class java.lang.Shutdown
Add a new shutdown hook.
add(Thread) - Method in class java.lang.ThreadGroup
Adds the specified thread to this thread group.
add(URI, HttpCookie) - Method in interface java.net.CookieStore
Adds one HTTP cookie to the store.
add(Permission) - Method in class java.net.SocketPermissionCollection
Adds a permission to the SocketPermissions.
add(E) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional
operation).
add(E) - Method in class java.util.AbstractList
Appends the specified element to the end of this list (optional
operation).
add(int, E) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list
(optional operation).
add(E) - Method in class java.util.AbstractQueue
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an IllegalStateException
if no space is currently available.
add(int, E) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list
(optional operation).
add(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
add(E) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this
list.
add(int, int) - Method in class java.util.Calendar
Adds or subtracts the specified amount of time to the given calendar field,
based on the calendar's rules.
add(E) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional
operation).
add(E) - Method in class java.util.Collections.AsLIFOQueue
add(E) - Method in class java.util.Collections.CheckedCollection
add(int, E) - Method in class java.util.Collections.CheckedList
add(E) - Method in class java.util.Collections.SynchronizedCollection
add(int, E) - Method in class java.util.Collections.SynchronizedList
add(E) - Method in class java.util.Collections.UnmodifiableCollection
add(int, E) - Method in class java.util.Collections.UnmodifiableList
add(E) - Method in class java.util.concurrent.ArrayBlockingQueue
Inserts the specified element at the tail of this queue if it is
possible to do so immediately without exceeding the queue's capacity,
returning true upon success and throwing an
IllegalStateException if this queue is full.
add(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
add(E) - Method in interface java.util.concurrent.BlockingQueue
Inserts the specified element into this queue if it is possible to do
so immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
add(Map.Entry<K, V>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
add(K) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Adds the specified key to this set view by mapping the key to
the default mapped value in the backing map, if defined.
add(V) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
add(E) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts the specified element at the specified position in this
list.
add(E) - Method in class java.util.concurrent.CopyOnWriteArrayList.COWIterator
Not supported.
add(E) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.concurrent.DelayQueue
Inserts the specified element into this delay queue.
add(E) - Method in class java.util.concurrent.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would
violate capacity restrictions.
add(E) - Method in class java.util.concurrent.PriorityBlockingQueue
Inserts the specified element into this priority queue.
add(Runnable) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor.DelayedWorkQueue
add(E) - Method in interface java.util.Deque
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque) if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an
IllegalStateException if no space is currently available.
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given calendar field,
based on the calendar's rules.
add(E) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(int, int) - Method in class java.util.JapaneseImperialCalendar
Adds the specified (signed) amount of time to the given calendar field,
based on the calendar's rules.
add(E) - Method in class java.util.JumboEnumSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(E) - Method in interface java.util.List
Appends the specified element to the end of this list (optional
operation).
add(int, E) - Method in interface java.util.List
Inserts the specified element at the specified position in this list
(optional operation).
add(E) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Level) - Static method in class java.util.logging.Level.KnownLevel
add(E) - Method in class java.util.PriorityQueue
Inserts the specified element into this priority queue.
add(Permission) - Method in class java.util.PropertyPermissionCollection
Adds a permission to the PropertyPermissions.
add(E) - Method in interface java.util.Queue
Inserts the specified element into this queue if it is possible to do so
immediately without violating capacity restrictions, returning
true upon success and throwing an IllegalStateException
if no space is currently available.
add(Pattern.Node) - Method in class java.util.regex.Pattern.Branch
add(E) - Method in class java.util.RegularEnumSet
Adds the specified element to this set if it is not already present.
add(E) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present
(optional operation).
add(int, E) - Method in class java.util.SubList
add(TimerTask) - Method in class java.util.TaskQueue
Adds a new task to the priority queue.
add(E) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, E) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(E) - Method in class java.util.Vector.ListItr
addAll(Method[]) - Method in class java.lang.Class.MethodArray
addAll(Class.MethodArray) - Method in class java.lang.Class.MethodArray
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection
(optional operation).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
Adds all of the elements in the specified collection to this
queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the
specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection
(optional operation).
addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
Adds all of the specified elements to the specified collection.
addAll(Collection<? extends E>) - Method in class java.util.Collections.CheckedCollection
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.CheckedList
addAll(Collection<? extends E>) - Method in class java.util.Collections.SynchronizedCollection
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.SynchronizedList
addAll(Collection<? extends E>) - Method in class java.util.Collections.UnmodifiableCollection
addAll(int, Collection<? extends E>) - Method in class java.util.Collections.UnmodifiableList
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class java.util.concurrent.ConcurrentHashMap.EntrySetView
addAll(Collection<? extends K>) - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
addAll(Collection<? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap.ValuesView
addAll(Collection<? extends E>) - Method in class java.util.concurrent.ConcurrentLinkedQueue
Appends all of the elements in the specified collection to the end of
this queue, in the order that they are returned by the specified
collection's iterator.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection to the end
of this list, in the order that they are returned by the specified
collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if
they're not already present.
addAll() - Method in class java.util.EnumSet
Adds all of the elements from the appropriate enum type to this enum
set, which is empty prior to the call.
addAll() - Method in class java.util.JumboEnumSet
addAll(Collection<? extends E>) - Method in class java.util.JumboEnumSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
addAll() - Method in class java.util.RegularEnumSet
addAll(Collection<? extends E>) - Method in class java.util.RegularEnumSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if
they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.SubList
addAll(int, Collection<? extends E>) - Method in class java.util.SubList
addAll(Collection<? extends E>) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of
this Vector, in the order that they are returned by the specified
Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts all of the elements in the specified Collection into this
Vector at the specified position.
addAllAbsent(Collection<? extends E>) - Method in class java.util.concurrent.CopyOnWriteArrayList
Appends all of the elements in the specified collection that
are not already contained in this list, to the end of
this list, in the order that they are returned by the
specified collection's iterator.
addAllForTreeSet(SortedSet<? extends K>, V) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.addAll
addAllIfNotPresent(Class.MethodArray) - Method in class java.lang.Class.MethodArray
addAndGet(int) - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically adds the given value to the current value.
addAndGet(int, int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically adds the given value to the element at index i.
addAndGet(T, int) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
addAndGet(long) - Method in class java.util.concurrent.atomic.AtomicLong
Atomically adds the given value to the current value.
addAndGet(int, long) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically adds the given value to the element at index i.
addAndGet(T, long) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically adds the given value to the current value of the field of
the given object managed by this updater.
addClass(Class<?>) - Method in class java.lang.ClassLoader
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector,
increasing its size by one.
addExact(int, int) - Static method in class java.lang.Math
Returns the sum of its arguments,
throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.Math
Returns the sum of its arguments,
throwing an exception if the result overflows a long.
addExact(int, int) - Static method in class java.lang.StrictMath
Returns the sum of its arguments,
throwing an exception if the result overflows an int.
addExact(long, long) - Static method in class java.lang.StrictMath
Returns the sum of its arguments,
throwing an exception if the result overflows a long.
addFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in interface java.util.concurrent.BlockingDeque
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
addFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
addFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque if it is
possible to do so immediately without violating capacity restrictions,
throwing an IllegalStateException if no space is currently
available.
addFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the beginning of this list.
addHandler(Handler) - Method in class java.util.logging.Logger